Uncategorized APIClass ObjectBuffer ClassOn this pageBuffer Class Description: A class for creating Buffer object. __call Type: Metamethod. Description: Creates a new buffer instance. Signature: metamethod __call: function(self: BufferClass, size: integer): Buffer Parameters: ParameterTypeDescriptionsizeintegerThe size of the buffer to create. Returns: Return TypeDescriptionBufferA new instance of the "Buffer" type with the given size.